automatically execute造句
例句与造句
- Automatically executing stored procedures
自动执行存储过程 - A stored procedure that is automatically executed operates with the same permissions as members of the
自动执行的存储过程使用与固定服务器角色 - Recommendations are not automatically executed , but are instead left up to the operator to perform
不自动执行推荐操作,而是留给操作人员来完成。 - Autorun function can automatically execute flash program , and it can automatically linked to favorite website
Autorun功能可以自动运行自定义的flash动画,也可自动链接网站 - A trigger is a special kind of stored procedure that automatically executes when an event occurs in the database server
触发器是数据库服务器中发生事件时自动执行的特种存储过程。 - It's difficult to find automatically execute in a sentence. 用automatically execute造句挺难的
- When the boot loader is invoked the bios automatically executes the code in the mbr , it usually displays a menu of possible oses to boot
调用引导加载程序时( bios自动执行mbr中的代码) ,它通常显示可以引导的os的菜单。 - Creating projects in visual studio automatically executes code from that project on your local machine in the trusted process of devenv . exe
在visual studio中创建项目时,将在本地计算机的devenv . exe的受信任进程中自动执行该项目中的代码。 - Features intelligence automatic machining function , upon receiving of the machining requirements , the system can automatically execute rough - medium - fine machining
具有智能化自动加工功能,只需告之加工的技术要求,系统自动实现,粗-中-精的加工。 - Opening a project in visual studio automatically executes code from that project on your local machine in the fully trusted process of devenv . exe
在visual studio中打开一个项目时,将在本地计算机的devenv . exe完全受信任进程中自动执行该项目中的代码。 - If this file is opened on an unpatched system , the attachment ( which is the worm itself ) will automatically execute . this is due to the use of the known exploit ,
如果这个档案于未修补漏洞的internetexplorer ( ie )上开启,其附件档案(蠕虫本身)就会自动执行。 - Building , debugging , and running projects in visual studio that include the code snippet automatically executes code on your local machine in the trusted process of devenv . exe
在visual studio中生成、调试和运行包含该代码段的项目时,将在本地计算机上devenv . exe的受信任进程中自动执行代码。 - If a structure defines a default constructor , when arrays of the structure are created , the common language runtime automatically executes the default constructor on each array element
如果某一结构定义了默认构造函数,则在创建该结构的数组时,公共语言运行库会自动对每个数组元素执行该默认构造函数。 - Window is active or visible , the ide automatically executes the go to definition command for items under the cursor in the code editor and for items that are selected in
当“代码定义”窗口活动或可见时, ide自动对“代码编辑器”中光标下的项以及在“类视图”或“对象浏览器”中选择的项执行“转到定义”命令。 - Executing dbcc checkdb automatically executes dbcc checktable for each table in the database , as well as dbcc checkalloc and dbcc checkcatalog , eliminating the need to run them separately
执行dbcc checkdb时会对数据库中的每个表自动执行dbcc checktable ,以及dbcc checkalloc和dbcc checkcatalog ,因而不必单独运行这些语句。